Fixed bug #1071.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13330 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
e26b7d8b2a
commit
0f40d86fc0
|
@ -154,6 +154,8 @@
|
|||
- HAL: Added a new interface for range-finder devices (used by EX).
|
||||
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
|
||||
- NIL: Integrated NIL 4.0.
|
||||
- FIX: Fixed invalid macro check in test library (bug #1071)
|
||||
(backported to 19.1.4).
|
||||
- FIX: Fixed non-standard declaration in STM32 ADCv3 driver (bug #1070)
|
||||
(backported to 19.1.4)(backported to 18.2.3).
|
||||
- FIX: Fixed problem in the I2C fallback driver (bug #1069)
|
||||
|
|
|
@ -255,7 +255,7 @@ msg_t test_execute(BaseSequentialStream *stream, const testsuite_t *tsp) {
|
|||
test_print("*** Test Board: ");
|
||||
test_println(BOARD_NAME);
|
||||
#endif
|
||||
#if defined(TEST_CFG_SIZE_REPORT)
|
||||
#if TEST_CFG_SIZE_REPORT == TRUE
|
||||
{
|
||||
extern uint8_t __text_base__, __text_end__,
|
||||
__rodata_base__, __rodata_end__,
|
||||
|
|
Loading…
Reference in New Issue