Skip to content
Snippets Groups Projects
Commit 7119fc49 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix MSP430FR5969LP GPIO warning

parent 303c462f
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ class GPIO {
} else if (pin < PIN_INVALID) {
return PJIN & (1 << (pin - pj_0));
}
return 0;
}
inline void write(unsigned char const pin, unsigned char value) {
if (pin < p2_0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment