Skip to content

Commit

Permalink
include pgmspace.h for PSTR definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdralph committed Jan 30, 2021
1 parent 65df832 commit 41e0e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pu_print.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// picoUART print functions
#pragma once
#include <avr/pgmspace.h>

extern "C" void prints(const char* s);
extern "C" void prints_P(const char* s);

0 comments on commit 41e0e03

Please sign in to comment.