projects
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd1eab
)
add missing underscore in intr identifier
author
kremlin
<ian@kremlin.cc>
Sun, 24 Jan 2016 05:29:23 +0000
(
05:29
+0000)
committer
kremlin
<ian@kremlin.cc>
Sun, 24 Jan 2016 05:29:23 +0000
(
05:29
+0000)
src/pru_loader.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pru_loader.c
b/src/pru_loader.c
index e0e9c17ba7b8b194e0f2c99de5a7bcec796920a2..6eeeed5cee5b32825093f1525f029de355dbd27f 100644
(file)
--- a/
src/pru_loader.c
+++ b/
src/pru_loader.c
@@
-41,7
+41,7
@@
int main(int argc, char *argv[]) {
return ENXIO;
/* open, bind intr */
- if(prussdrv_open(PRU_EVTOUT0))
+ if(prussdrv_open(PRU_EVTOUT
_
0))
return ENXIO;
if(prussdrv_pruintc_init(&init_data))
return ENXIO;