diff options
| author | Alexander Steffen | 2017-07-15 11:39:05 +0200 |
|---|---|---|
| committer | Damien George | 2017-07-21 23:33:12 +1000 |
| commit | 71173cd57de9fc0a84c899e9f1d1e00c8910ade2 (patch) | |
| tree | 17ab50fd79ab493aae93ed5816e2e6fa67ccc378 /cc3200/mptask.h | |
| parent | a6bec531771f2e2103148ed98dc96d4ce90e44e1 (diff) | |
cc3200: Use the name MicroPython consistently in code.
In a few places the cc3200 port uses the incorrect spelling Micropython
instead of MicroPython.
Diffstat (limited to 'cc3200/mptask.h')
| -rw-r--r-- | cc3200/mptask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mptask.h b/cc3200/mptask.h index 9276cfc3e..5345ecfda 100644 --- a/cc3200/mptask.h +++ b/cc3200/mptask.h @@ -41,6 +41,6 @@ extern StackType_t mpTaskStack[]; /****************************************************************************** DECLARE PUBLIC FUNCTIONS ******************************************************************************/ -extern void TASK_Micropython (void *pvParameters); +extern void TASK_MicroPython (void *pvParameters); #endif // MICROPY_INCLUDED_CC3200_MPTASK_H |
