lowercased boolean constants
This commit is contained in:
parent
9876e14f0b
commit
6edbbe322c
6 changed files with 23 additions and 23 deletions
|
|
@ -307,7 +307,7 @@ void planner_recalculate() {
|
|||
void plan_init() {
|
||||
block_buffer_head = 0;
|
||||
block_buffer_tail = 0;
|
||||
plan_set_acceleration_manager_enabled(TRUE);
|
||||
plan_set_acceleration_manager_enabled(true);
|
||||
clear_vector(position);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue