summaryrefslogtreecommitdiff
path: root/software/demo_gpio/demo_gpio.c
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-01-31 19:02:18 -0800
committerMegan Wachs <megan@sifive.com>2017-01-31 19:02:18 -0800
commit43942973cd9b61dc94bb52be53a99f8ca711eb7e (patch)
tree8f090fc06be12bf87d73570199fbda01e2af3304 /software/demo_gpio/demo_gpio.c
parentcebc4033491f5be7b717ad2ac66715771d374138 (diff)
Move plic_driver code to a common location.
Diffstat (limited to 'software/demo_gpio/demo_gpio.c')
-rw-r--r--software/demo_gpio/demo_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/demo_gpio/demo_gpio.c b/software/demo_gpio/demo_gpio.c
index 00bc8cd..bfa388e 100644
--- a/software/demo_gpio/demo_gpio.c
+++ b/software/demo_gpio/demo_gpio.c
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include "platform.h"
#include <string.h>
-#include "plic_driver.h"
+#include "plic/plic_driver.h"
#include "encoding.h"
#include <unistd.h>
#include "stdatomic.h"