Skip to content

Commit

Permalink
Minor fix to current type
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Apr 23, 2019
1 parent 1282e8f commit 3b351b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ int main() {
//puth(usart1_dma); puts(" "); puth(DMA2_Stream5->M0AR); puts(" "); puth(DMA2_Stream5->NDTR); puts("\n");

#ifdef PANDA
int current = adc_get(ADCCHAN_CURRENT);
uint32_t current = adc_get(ADCCHAN_CURRENT);

switch (usb_power_mode) {
case USB_POWER_CLIENT:
Expand Down

0 comments on commit 3b351b7

Please # to comment.