diff options
| author | Daniel Campora <daniel@wipy.io> | 2015-03-31 14:31:25 +0200 |
|---|---|---|
| committer | Daniel Campora <daniel@wipy.io> | 2015-03-31 14:34:09 +0200 |
| commit | d460a307114285c675846bc4be2a57b59c06c11a (patch) | |
| tree | bdb6f231a9a9152a958306212c5c38aa29512134 /cc3200/mptask.c | |
| parent | 3f42f32648b7dfb5ac9aa9fb12a546999219b3da (diff) | |
cc3200: Add specific version file for the CC3200 port.
Current version has been numbered as 0.9.0 since Timers/PWM support
is still missing.
Diffstat (limited to 'cc3200/mptask.c')
| -rw-r--r-- | cc3200/mptask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c index a3b6bb289..5bb10dd8a 100644 --- a/cc3200/mptask.c +++ b/cc3200/mptask.c @@ -241,7 +241,7 @@ soft_reset_exit: // soft reset pybsleep_signal_soft_reset(); - printf("WiPy: soft reset\n"); + printf("PYB: soft reboot\n"); sflash_disk_flush(); |
