git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8073 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2015-07-09 12:51:06 +00:00
parent 10eb87357c
commit d1b9efa5a2
2 changed files with 1 additions and 9 deletions

View File

@ -122,15 +122,6 @@
asm module.*/
#if !defined(_FROM_ASM_)
/**
* @brief Type of system time.
*/
#if (NIL_CFG_ST_RESOLUTION == 32) || defined(__DOXYGEN__)
typedef uint32_t systime_t;
#else
typedef uint16_t systime_t;
#endif
/**
* @brief Type of stack and memory alignment enforcement.
*/

View File

@ -77,6 +77,7 @@
- NEW: Added an initialization function to the lwIP bindings, now it is
sufficient to call lwipInit(NULL); in order to start the subsystem.
Demo updated.
- NIL: Fixed nilrtos redefinition of systime_t (bug #611).
- HAL: Fixed TIM2 wrongly classified as 32bits in STM32F1xx devices
(bug #610).