aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-04-23 20:27:12 +0300
committerbarthess <barthess@yandex.ru>2016-04-23 20:27:12 +0300
commitc35568fafc579061a8565669c106a4fcc32d8681 (patch)
treec8d1f57d21e4dbb29199868b3000a46d607ae5f5 /os/hal
parente0ada4f782a0f2a190143a47da7f5811496c4723 (diff)
downloadChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.tar.gz
ChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.tar.bz2
ChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.zip
Updated Makefiles for STM32 according to
http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/include/hal_eeprom.h4
-rw-r--r--os/hal/include/hal_timcap.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_eeprom.h b/os/hal/include/hal_eeprom.h
index b0fd360..c3ac3c6 100644
--- a/os/hal/include/hal_eeprom.h
+++ b/os/hal/include/hal_eeprom.h
@@ -140,8 +140,8 @@ msg_t eepfs_geterror(void *ip);
msg_t eepfs_put(void *ip, uint8_t b);
msg_t eepfs_get(void *ip);
-#include "ee24xx.h"
-#include "ee25xx.h"
+#include "hal_ee24xx.h"
+#include "hal_ee25xx.h"
#endif /* #if defined(HAL_USE_EEPROM) && HAL_USE_EEPROM */
#endif /* __EEPROM_H__ */
diff --git a/os/hal/include/hal_timcap.h b/os/hal/include/hal_timcap.h
index a848783..9629564 100644
--- a/os/hal/include/hal_timcap.h
+++ b/os/hal/include/hal_timcap.h
@@ -79,7 +79,7 @@ typedef struct TIMCAPDriver TIMCAPDriver;
*/
typedef void (*timcapcallback_t)(TIMCAPDriver *timcapp);
-#include "timcap_lld.h"
+#include "hal_timcap_lld.h"
/*===========================================================================*/
/* Driver macros. */