From 852e881b63da4a08a8aa9dc3feb39196b377592d Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 21 Jan 2012 16:42:03 +0000 Subject: [PATCH] Correct one of the descriptions in the MicroBlaze FreeRTOS BSP mld file. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1670 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../bsp/freertos_v2_00_a/data/freertos_v2_1_0.mld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/bsp/freertos_v2_00_a/data/freertos_v2_1_0.mld b/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/bsp/freertos_v2_00_a/data/freertos_v2_1_0.mld index 123cd4a21..f1d2e161d 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/bsp/freertos_v2_00_a/data/freertos_v2_1_0.mld +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/bsp/freertos_v2_00_a/data/freertos_v2_1_0.mld @@ -58,7 +58,7 @@ BEGIN OS freertos PARAM name = stdout, type = peripheral_instance, requires_interface = stdout, default=none, desc = "Specify the instance name of the standard output peripheral"; # System timer specification - PARAM name = systmr_interval, type = int, default = 10, desc = "Specify the time interval for each kernel tick (in milliseconds). This controls the CPU budget for each process. If the timer is fit_timer, then this parameter is automatically determined"; + PARAM name = systmr_interval, type = int, default = 10, desc = "Specify the frequency of the kernel tick (in Hz)."; # System interrupt controller specification # PARAM name = sysintc_spec, type = peripheral_instance, range = (opb_intc, xps_intc, dcr_intc, axi_intc), default = none, desc = "Specify the instance name of the interrupt controller device driving system interrupts"; -- 2.39.5