commit 76906c96c9ae0469191ea7b65a1c9bb2eb38e85c from: Sven M. Hallberg date: Wed Nov 22 23:38:00 2023 UTC add platform.h (Empty for now.) commit - 164e782ea2f158653acce2644ad4ef4da32ed7c6 commit + 76906c96c9ae0469191ea7b65a1c9bb2eb38e85c blob - 2bc6ceac549a2af6034f2c940cf25a20c328e11c blob + 325cc309b6fdc9e7263308ebecfc8d2d66cdfe49 --- morse.c +++ morse.c @@ -36,6 +36,7 @@ #include #include #include "cw.h" +#include "platform.h" static char *digit[] = { blob - fe0fd00b63ee0a618639f0f923f0c06ab1db8b3a blob + 38193f39f73b7e650f94ae57f386b88611662c35 --- teach.c +++ teach.c @@ -14,6 +14,7 @@ #include #include #include +#include "platform.h" /* available symbol sequences */ const char AB_ORIG[] = "Q7ZG098O1JPWLRAM6BXDYCKN23FU45VHSITE"; blob - /dev/null blob + 8c36c73adac1227dca491c1429df2b94966870dd (mode 644) --- /dev/null +++ platform.h @@ -0,0 +1,5 @@ +#ifndef PLATFORM_H_ +#define PLATFORM_H_ + + +#endif /* PLATFORM_H_ */