aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pru/internal.h')
-rw-r--r--src/pru/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pru/internal.h b/src/pru/internal.h
index abbc9e40..dc125cd3 100644
--- a/src/pru/internal.h
+++ b/src/pru/internal.h
@@ -25,7 +25,7 @@
// Layout of shared memory
struct shared_response_buffer {
uint32_t count;
- char data[MESSAGE_MAX];
+ uint8_t data[MESSAGE_MAX];
};
struct shared_mem {
uint32_t signal;
@@ -36,7 +36,7 @@ struct shared_mem {
const struct command_parser *command_index;
uint32_t command_index_size;
const struct command_parser *shutdown_handler;
- char read_data[512];
+ uint8_t read_data[512];
};
#define SIGNAL_PRU0_WAITING 0xefefefef