summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index fad0c8e..b47c848 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -13,7 +13,7 @@
int main (void)
{
text ohai;
- ohai.str = (char *)"Ohai! ";
+ ohai.str = (uint8_t *)"Ohai! ";
// disable ADC to save power
PRR |= _BV(PRADC);