Update due to header guard changes

This commit is contained in:
Sebastian Huber
2015-07-23 15:38:50 +02:00
parent 6201756829
commit 3cb5e9ef6d
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ static const rtems_bsd_device_resource smc0_res[] = {
RTEMS_BSD_DEFINE_NEXUS_DEVICE(smc, 0, RTEMS_ARRAY_SIZE(smc0_res),
&smc0_res[0]);
#elif defined(__GENMCF548X_BSP_H)
#elif defined(LIBBSP_M68K_GENMCF548X_BSP_H)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);