Implement ASSERT() to make debugging easier (#476)
commite1d8b5eee98351216f6c79daf2bfa16c70f8a488
authorKonstantin Sharlaimov <konstantin.sharlaimov@gmail.com>
Fri, 19 Aug 2016 04:48:02 +0000 (19 07:48 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2016 04:48:02 +0000 (19 07:48 +0300)
treee6e59a1e516fab495a99b5fc933002ae4e5fe30d
parent5b8b9781da1acb9b0d91ca84135dad4a30ad5b47
Implement ASSERT() to make debugging easier (#476)

* Initial cut of ASSERT() implementation
Makefile
src/main/build/assert.c [new file with mode: 0755]
src/main/build/assert.h [new file with mode: 0755]
src/main/drivers/exti.c
src/main/drivers/io.c
src/main/io/serial_cli.c
src/main/main.c
src/main/target/CC3D/target.h