summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c')
-rw-r--r--nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c60
1 files changed, 30 insertions, 30 deletions
diff --git a/nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c b/nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c
index 69d679fd8..8473ec19b 100644
--- a/nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c
+++ b/nuttx/configs/stm3210e-eval/RIDE/bigfatstub.c
@@ -1,31 +1,31 @@
-#include <stdint.h>
-#include <nuttx/irq.h>
-#include "up_internal.h"
-
-void os_start(void)
-{
- up_lowputc('X');
- up_lowputc('\n');
- for (;;);
-}
-
-void up_assert(const uint8_t *filename, int lineno)
-{
- up_lowputc('?');
- up_lowputc('\n');
- for (;;);
-}
-
-int irq_attach(int irq, xcpt_t isr)
-{
- up_lowputc('A');
- up_lowputc('\n');
- for (;;);
-}
-
-uint32_t *up_doirq(int irq, uint32_t *regs)
-{
- up_lowputc('I');
- up_lowputc('\n');
- for (;;);
+#include <stdint.h>
+#include <nuttx/irq.h>
+#include "up_internal.h"
+
+void os_start(void)
+{
+ up_lowputc('X');
+ up_lowputc('\n');
+ for (;;);
+}
+
+void up_assert(const uint8_t *filename, int lineno)
+{
+ up_lowputc('?');
+ up_lowputc('\n');
+ for (;;);
+}
+
+int irq_attach(int irq, xcpt_t isr)
+{
+ up_lowputc('A');
+ up_lowputc('\n');
+ for (;;);
+}
+
+uint32_t *up_doirq(int irq, uint32_t *regs)
+{
+ up_lowputc('I');
+ up_lowputc('\n');
+ for (;;);
} \ No newline at end of file