diff options
Diffstat (limited to 'os/hal/platforms/Linux/hal_lld.c')
-rw-r--r-- | os/hal/platforms/Linux/hal_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/Linux/hal_lld.c b/os/hal/platforms/Linux/hal_lld.c index 3f045b138..713d10637 100644 --- a/os/hal/platforms/Linux/hal_lld.c +++ b/os/hal/platforms/Linux/hal_lld.c @@ -59,7 +59,7 @@ static struct timeval tick = {0, 1000000 / CH_FREQUENCY}; */
void hal_lld_init(void) {
- puts("Win32 ChibiOS/RT simulator (Linux)\n");
+ puts("ChibiOS/RT simulator (Linux)\n");
gettimeofday(&nextcnt, NULL);
timeradd(&nextcnt, &tick, &nextcnt);
}
|