Disabled optimization in crt0 to avoid optimization errors on the naked function (anyway there's nothing to optimize)

This commit is contained in:
Pavel Kirienko
2014-04-16 18:47:32 +04:00
parent b18daa070b
commit 65c6fdf396
@@ -28,6 +28,8 @@ extern int main(void);
extern void SystemInit(void);
#pragma GCC optimize 1
/**
* Firmware entry point
*/