3f419dc872
* Unconditionally call led_init_ports * Another call to led_init_ports
7 lines
No EOL
114 B
C
7 lines
No EOL
114 B
C
#include "jopr.h"
|
|
|
|
void led_init_ports(void) {
|
|
setPinOutput(F0);
|
|
setPinOutput(F1);
|
|
setPinOutput(F4);
|
|
} |