bsp/mpc55xx: Avoid empty enum

This commit is contained in:
Sebastian Huber
2013-04-29 09:28:58 +02:00
parent f22bba3cb4
commit 024a57205d

View File

@@ -292,6 +292,8 @@ typedef enum {
PCR_ETPUC29_SCKD_GPIO470 = 470, PCR_ETPUC29_SCKD_GPIO470 = 470,
PCR_ETPUC30_SOUTD_GPIO471 = 471, PCR_ETPUC30_SOUTD_GPIO471 = 471,
PCR_ETPUC31_SIND_GPIO472 = 472 PCR_ETPUC31_SIND_GPIO472 = 472
#else
PCR_TODO
#endif #endif
} pcr_index; } pcr_index;