Update cubesatsim.h

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 0e21760297
commit 13b9db5c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -300,7 +300,7 @@ bool TimerHandler0(struct repeating_timer *t);
RPI_PICO_Timer ITimer0(0);
RPI_PICO_Timer ITimer1(0);
int morse_table[36][5] = { // 0-9, A-Z only by (ASCII - 48)
int morse_table[44][5] = { // 0-9, A-Z only by (ASCII - 48)
{ 1, 1, 1, 1, 1 }, // 0
{ 1, 3, 3, 3, 3 }, // 1
{ 1, 1, 3, 3, 3 }, // 2

Loading…
Cancel
Save

Powered by TurnKey Linux.