summaryrefslogtreecommitdiff
path: root/firmware/src/picc/opicc_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/picc/opicc_reg.h')
-rw-r--r--firmware/src/picc/opicc_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/picc/opicc_reg.h b/firmware/src/picc/opicc_reg.h
index e77d157..adc9305 100644
--- a/firmware/src/picc/opicc_reg.h
+++ b/firmware/src/picc/opicc_reg.h
@@ -10,7 +10,7 @@ void opicc_reg_write(enum opicc_reg reg, u_int16_t val);
#else
u_int16_t opicc_regs[_OPICC_NUM_REGS];
#define opicc_reg_read(x) (opicc_regs[x])
-#define opicc_reg_Write(x, y) (opicc_regs[x] = y)
+#define opicc_reg_write(x, y) (opicc_regs[x] = y)
#endif
void opicc_usbapi_init(void);
personal git repositories of Harald Welte. Your mileage may vary