File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ inline pin_size_t digitalPinToInterrupt(pin_size_t pinNumber) { return pinNumber
3838 */
3939extern void portduinoSetup ();
4040
41- /* * Apps can optionally define this function to do *very* early app init. typically you should just use it to call porduinoAddArguments ()
41+ /* * Apps can optionally define this function to do *very* early app init. typically you should just use it to call portduinoAddArguments ()
4242 */
4343extern void portduinoCustomInit ();
4444
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ void __attribute__((weak)) portduinoCustomInit() {}
3939const char *argp_program_version = " portduino 0.1.0" ;
4040const char *argp_program_bug_address =
4141 " https://github.com/meshtastic/Meshtastic-device" ;
42- static char doc[] = " An application written with porduino " ;
42+ static char doc[] = " An application written with portduino " ;
4343static char args_doc[] = " ..." ;
4444
4545static struct argp_option options[] = {
You can’t perform that action at this time.
0 commit comments