Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 committed Mar 12, 2024
1 parent a162bc4 commit 7e3a17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices/vdml_ext_adi.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ int32_t ext_adi_led_set(ext_adi_led_t led, uint32_t* buffer, uint32_t buffer_len
uint8_t smart_port, adi_port;
get_ports(led, smart_port, adi_port);
transform_adi_port(adi_port);
printf("%d\n", smart_port);
claim_port_i(smart_port, E_DEVICE_ADI);
validate_type(device, adi_port, smart_port, E_ADI_DIGITAL_OUT);
if (buffer_length > MAX_LED) {
Expand Down

0 comments on commit 7e3a17f

Please sign in to comment.