Skip to content

Commit

Permalink
Update Parametros.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
lightcalamar committed Aug 13, 2017
1 parent b35101e commit 44b43b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.Images/STM32F103_Dos_JPG/Parametros.ino
Expand Up @@ -3,5 +3,5 @@ char TXP[50];
void STM32()
{
GD.ColorRGB(0x00ff00); sprintf(TXP,"F_CPU: %d MHz", (F_CPU/1000000)); GD.cmd_text(GD.w - 105, 0, 26, 0, TXP);
GD.ColorRGB(0x00ff00); sprintf(TXP,"F_SDIO: %d MHz", (FreqSDIO/1000000)); GD.cmd_text(GD.w - 105, 25, 26, 0, TXP);
GD.ColorRGB(0x00ff00); sprintf(TXP,"F_SDIO: %d MHz", (FreqSDIO/1000000)); GD.cmd_text(GD.w - 105, 20, 26, 0, TXP);
}

0 comments on commit 44b43b4

Please sign in to comment.