boards/arch: Remove FAR from 32bit/64bit arch

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-09-15 22:22:44 +08:00
committed by Petro Karashchenko
parent 78fcc6670d
commit a7b3217c37
30 changed files with 515 additions and 535 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ void bm3803_wdginitialize(const char *devpath)
/* Register the watchdog driver as /dev/watchdog0 */
watchdog_register(devpath, (FAR struct watchdog_lowerhalf_s *)priv);
watchdog_register(devpath, (struct watchdog_lowerhalf_s *)priv);
}
#endif /* CONFIG_WATCHDOG && CONFIG_BM3803_WDG */