Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Corrected under clocked Renesas demo project clock speeds. (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundinc2 authored Nov 23, 2019
1 parent 773ba74 commit 8dc4ea7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@

#define configUSE_DAEMON_TASK_STARTUP_HOOK 1

#define configCPU_CLOCK_HZ ( 96000000UL )
#define configPERIPHERAL_CLOCK_HZ ( 48000000UL )
#define configCPU_CLOCK_HZ ( 120000000UL )
#define configPERIPHERAL_CLOCK_HZ ( 60000000UL )
#define configUSE_QUEUE_SETS 1

/* Hook function related definitions. */
Expand Down

0 comments on commit 8dc4ea7

Please sign in to comment.