Sign in
gwj
/
at91sam9263
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
07b28501849ae8602a4e93db1f161b8d205e4fa8
Authored by
Grzegorz Jabłoński
2020-04-11 19:32:46 +0200
1 parent
a1a617bc
Changed debug settings
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hw/at91sam9.c
hw/at91sam9.c
View file @
07b2850
...
...
@@ -24,7 +24,7 @@
24
24
#include "at91sam9263_defs.h"
25
25
26
26
//#define AT91_TRACE_ON
27
-
#define AT91_DEBUG_ON
27
+
//
#define AT91_DEBUG_ON
28
28
29
29
#define ARM_AIC_CPU_IRQ 0
30
30
#define ARM_AIC_CPU_FIQ 1
...
...