Skip to content

Commit e8baec4

Browse files
authored
Update manchester_transmit.h
1 parent c310905 commit e8baec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manchester_transmit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef enum
2121
}man_tx_state_t;
2222

2323
void manchester_tx_set_callback(uint8_t b_id, void(*fp)(void));
24-
void manchester_tx_start_it(uint8_t b_id, uint16_t *aw_data, uint8_t size);
24+
void manchester_tx_start_it(uint8_t b_id, const uint16_t *aw_data, uint8_t size);
2525
void manchester_tx_isr(uint8_t b_id);
2626
uint16_t nrz_to_manchester(uint8_t b_data);
2727

0 commit comments

Comments
 (0)