Skip to content

Commit 0115040

Browse files
authored
Remove outdated comment
1 parent 70c6063 commit 0115040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display/i2c_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ void display_init (void)
441441

442442
status_packet.address = 0;
443443
#if N_AXIS == 3
444-
status_packet.coordinate.a = NAN; // TODO: should be changed to NAN
444+
status_packet.coordinate.a = NAN;
445445
#endif
446446

447447
// delay final setup until startup is complete

0 commit comments

Comments
 (0)