mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Fix spelling in printf output
This commit is contained in:
@@ -823,7 +823,7 @@ int main(int argc, char **argv)
|
||||
|
||||
/* Select an MCU */
|
||||
|
||||
printf("Select an MCU for architecutre=%s:\n", g_selected_arch);
|
||||
printf("Select an MCU for architecture=%s:\n", g_selected_arch);
|
||||
g_selected_mcu = list_select(g_mcu, g_nmcu);
|
||||
|
||||
/* Enumerate the boards for the selected MCU */
|
||||
|
||||
Reference in New Issue
Block a user