application: minor, faster initial output

This commit is contained in:
King Kévin 2019-12-21 19:29:38 +01:00
parent 3da74a359b
commit 3ba1728118
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ void main(void)
gpio_set_mode(GPIO_PORT(DISPLAY_POWER_PIN), GPIO_MODE_OUTPUT_2_MHZ, GPIO_CNF_OUTPUT_OPENDRAIN, GPIO_PIN(DISPLAY_POWER_PIN)); // set pin to output open-drain since it is controlled by pMOS
display_on();
usb_cdcacm_setup(); // setup USB CDC ACM (for printing)
printf("\nwelcome to the CuVoodoo USB cable tester\n"); // print welcome message
puts("\nwelcome to the CuVoodoo USB cable tester\n"); // print welcome message
#if DEBUG
// show reset cause