1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Remove special case for atmega in kernel_types.h

This commit is contained in:
René Kijewski 2014-11-11 11:42:44 +01:00
parent fdb1190cfa
commit 23177e5326

View File

@ -40,7 +40,7 @@
# endif
# endif
# if defined (MODULE_MSP430_COMMON) || defined (MODULE_ATMEGA_COMMON)
# ifdef MODULE_MSP430_COMMON
typedef signed ssize_t;
# endif
#endif