ChibiOS/os/common
Igor Stoppa 6172fdfb71 Fix casting warnings that prevent using -Werror
The variables used to hold pointers are only 8 bit wide. even if
pointers on AVR are 16 bit wide.

The high byte can be discarded if empty, but this must be somehow
notified to the compiler, otherwise it will emit a warning that
prevents from using ssystem-wide -Werror build flag.

Signed-off-by: Igor Stoppa <igor.stoppa@gmail.com>



git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9878 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-25 19:31:40 +00:00
..
abstractions Fixed wrong CH_CFG_FREQUENCY constant in CMSIS RTOS layer. 2016-06-07 13:24:52 +00:00
ext Updating CMSIS header for STM32F1xx sub-family. 2016-10-03 12:44:18 +00:00
oslib Fixes to the heap allocator. 2016-04-17 12:34:55 +00:00
ports Fix casting warnings that prevent using -Werror 2016-10-25 19:31:40 +00:00
startup git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9849 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-10-03 15:25:01 +00:00