Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Set slow (servo) thread to floating point
Browse files Browse the repository at this point in the history
This changed back to being a requirement with the multicore merge.  
Will default to no floating point.
  • Loading branch information
ArcEye committed Jan 3, 2018
1 parent d9c3338 commit 57d0cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/drivers/hal_gpio_demo.hal
Expand Up @@ -2,7 +2,7 @@

loadrt hal_gpio
newthread fast 100000
newthread slow 1000000
newthread slow 1000000 fp

loadrt stepgen step_type=5 ctrl_type=v

Expand Down

0 comments on commit 57d0cd8

Please sign in to comment.