]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Mcu, function for reading ecc-error only available for ppc.
authorhebe <devnull@localhost>
Thu, 25 Oct 2012 11:44:42 +0000 (13:44 +0200)
committerhebe <devnull@localhost>
Thu, 25 Oct 2012 11:44:42 +0000 (13:44 +0200)
include/Mcu.h

index a5c0e0a71811212d5311abeebf639afb4576e3eb..868d4638b0a7a01c25a3c7ef1bb32cfdd23938d4 100644 (file)
@@ -197,6 +197,8 @@ uint32_t McuE_GetPeripheralClock( McuE_PeriperalClock_t type );
 void McuE_EnterLowPower( int mode );\r
 void McuE_LowPowerRecoverFlash( void );\r
 \r
+#if defined(CFG_MPC55XX)\r
 void McuE_GetECCError( uint32 *err );\r
+#endif\r
 #endif /*MCU_H_*/\r
 /** @} */\r