Skip to content

Commit

Permalink
[FIXED] wrong config_files path
Browse files Browse the repository at this point in the history
[FIXED] wrong FreeRTOS clock settings

Signed-off-by: SheltyDog <[email protected]>
  • Loading branch information
HirokiIshiguro committed Jun 1, 2019
1 parent d30fc59 commit b2d5ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demos/renesas/rx65n-rsk/common/config_files/FreeRTOSConfig.h
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<link>
<name>config_files</name>
<type>2</type>
<locationURI>PARENT-3-PROJECT_LOC../common/config_files</locationURI>
<locationURI>AFR_HOME/demos/renesas/rx65n-rsk/common/config_files</locationURI>
</link>
<link>
<name>lib</name>
Expand Down

0 comments on commit b2d5ed6

Please sign in to comment.