diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2015-04-14 21:09:25 +0300 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2015-04-14 21:09:25 +0300 |
commit | 5a3391e392eb2e7662c7bae4e26bf64e286ba984 (patch) | |
tree | c0eed2bd4706312345a6833926c7374a99ddf3a1 /os/various/devices_lib/max7219.h | |
parent | a99ffad5c155e82ceacd66cb57b0b25aa06eb9b9 (diff) | |
parent | 8b32af98adc0f61cbc2ab715a628b84236eb009c (diff) | |
download | ChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.tar.gz ChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.tar.bz2 ChibiOS-Contrib-5a3391e392eb2e7662c7bae4e26bf64e286ba984.zip |
Merge pull request #5 from RoccoMarco/master
Lib are now totally independent from PLAY
Diffstat (limited to 'os/various/devices_lib/max7219.h')
-rw-r--r-- | os/various/devices_lib/max7219.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/various/devices_lib/max7219.h b/os/various/devices_lib/max7219.h index 8b90260..f2bbbdf 100644 --- a/os/various/devices_lib/max7219.h +++ b/os/various/devices_lib/max7219.h @@ -36,7 +36,6 @@ #ifndef _MAX7219_H_ #define _MAX7219_H_ -#if (PLAY_USE_MAX7219) || defined (__DOXYGEN__) /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ @@ -182,7 +181,6 @@ extern "C" { #ifdef __cplusplus } #endif -#endif /* PLAY_USE_MAX7219 */ #endif /* _MAX7219_H_ */ /** @} */ |