arch/arm: Remove FAR and CODE from board folder(1)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-04-17 14:01:48 +08:00
committed by Petro Karashchenko
parent 972a260391
commit cd001725b7
302 changed files with 1667 additions and 1669 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#endif
#ifdef CONFIG_TIMER
extern int phyplus_timer_initialize(FAR const char *devpath, int timer);
extern int phyplus_timer_initialize(const char *devpath, int timer);
#endif
/****************************************************************************
+1 -1
View File
@@ -98,7 +98,7 @@ uint8_t board_buttons(void)
****************************************************************************/
#ifdef CONFIG_ARCH_IRQBUTTONS
int board_button_irq(int id, xcpt_t irqhandler, FAR void *arg)
int board_button_irq(int id, xcpt_t irqhandler, void *arg)
{
return 0;
}