From: asterix Date: Mon, 26 May 2008 09:42:37 +0000 (+0000) Subject: Typos. X-Git-Tag: 2.0.0~575 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=57cb450a644c0f31440ea69a81b17a298f2eb8d1;p=bertos.git Typos. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1359 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index a9ebafdf..1b6d2f27 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -41,7 +41,7 @@ #ifndef HW_BUZZER_H #define HW_BUZZER_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #define BUZZER_BIT 1 #define IS_BUZZER_ON 0 diff --git a/bertos/hw/hw_buzzerled.h b/bertos/hw/hw_buzzerled.h index 7e089d12..afa01544 100644 --- a/bertos/hw/hw_buzzerled.h +++ b/bertos/hw/hw_buzzerled.h @@ -41,7 +41,7 @@ #ifndef HW_BUZZERLED_H #define HW_BUZZERLED_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #endif /* HW_BUZZERLED_H */ diff --git a/bertos/hw/hw_cpu.h b/bertos/hw/hw_cpu.h index cab6bb40..02e2d0c4 100644 --- a/bertos/hw/hw_cpu.h +++ b/bertos/hw/hw_cpu.h @@ -40,7 +40,7 @@ #ifndef HW_CPU_H #define HW_CPU_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! /// CPU Clock frequency #define CLOCK_FREQ (10000000UL /* Implement me! */) diff --git a/bertos/hw/hw_dataflash.c b/bertos/hw/hw_dataflash.c index 4d6f130e..bbc1b469 100644 --- a/bertos/hw/hw_dataflash.c +++ b/bertos/hw/hw_dataflash.c @@ -42,7 +42,7 @@ #include #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! MOD_DEFINE(hw_dataflash); diff --git a/bertos/hw/hw_dc_motor.h b/bertos/hw/hw_dc_motor.h index 0244cdef..5e3fea3c 100644 --- a/bertos/hw/hw_dc_motor.h +++ b/bertos/hw/hw_dc_motor.h @@ -40,7 +40,7 @@ #ifndef HW_DC_MOTOR_H #define HW_DC_MOTOR_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! //DC motor 0 #define DC_MOTOR0_EN_PIN /* Implement me! */ diff --git a/bertos/hw/hw_kbd.h b/bertos/hw/hw_kbd.h index 654e830f..6522adb4 100644 --- a/bertos/hw/hw_kbd.h +++ b/bertos/hw/hw_kbd.h @@ -46,7 +46,7 @@ #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #define K_RPT_MASK (K_UP | K_DOWN | K_OK | K_CANCEL) diff --git a/bertos/hw/hw_lcd.h b/bertos/hw/hw_lcd.h index 6f115018..a6521f40 100644 --- a/bertos/hw/hw_lcd.h +++ b/bertos/hw/hw_lcd.h @@ -52,7 +52,7 @@ #include #include -#warning TODO: This is example implementation, you must implement it! +#warning TODO:This is an example implementation, you must implement it! /** * \name LCD I/O pins/ports diff --git a/bertos/hw/hw_mcp41.c b/bertos/hw/hw_mcp41.c index 35865439..ff2bc846 100644 --- a/bertos/hw/hw_mcp41.c +++ b/bertos/hw/hw_mcp41.c @@ -40,7 +40,7 @@ #include #include -#warning TODO: This is example implementation, you must implement it! +#warning TODO:This is an example implementation, you must implement it! const uint16_t mcp41_ports[MCP41_CNT] = { diff --git a/bertos/hw/hw_mcp41.h b/bertos/hw/hw_mcp41.h index 1289d60d..e27bd374 100644 --- a/bertos/hw/hw_mcp41.h +++ b/bertos/hw/hw_mcp41.h @@ -43,7 +43,7 @@ #include -#warning TODO: This is example implementation, you must implement it! +#warning TODO:This is an example implementation, you must implement it! INLINE void SET_MCP41_DDR(Mcp41Dev dev) diff --git a/bertos/hw/hw_ntc.h b/bertos/hw/hw_ntc.h index ffab815d..49152a45 100644 --- a/bertos/hw/hw_ntc.h +++ b/bertos/hw/hw_ntc.h @@ -98,7 +98,7 @@ #include #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! extern const res_t NTC_RSER[NTC_CNT]; extern const res_t NTC_RPAR[NTC_CNT]; diff --git a/bertos/hw/hw_phase.c b/bertos/hw/hw_phase.c index 887c96ff..c3e9ac97 100644 --- a/bertos/hw/hw_phase.c +++ b/bertos/hw/hw_phase.c @@ -41,6 +41,6 @@ #include "hw_phase.h" -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #endif /* HW_PHASE_H */ diff --git a/bertos/hw/hw_phase.h b/bertos/hw/hw_phase.h index 2577dc88..f1cf887e 100644 --- a/bertos/hw/hw_phase.h +++ b/bertos/hw/hw_phase.h @@ -44,7 +44,7 @@ #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #define PHASE_HW_INIT do { /* Implement me! */ }while (0) diff --git a/bertos/hw/hw_sensor.h b/bertos/hw/hw_sensor.h index 1342f754..c7e53125 100644 --- a/bertos/hw/hw_sensor.h +++ b/bertos/hw/hw_sensor.h @@ -40,7 +40,7 @@ #ifndef HW_SENSOR_H #define HW_SENSOR_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #define NUM_HOME_SENSORS 1 diff --git a/bertos/hw/hw_ser.h b/bertos/hw/hw_ser.h index 62df8718..746db769 100644 --- a/bertos/hw/hw_ser.h +++ b/bertos/hw/hw_ser.h @@ -37,11 +37,10 @@ * \author Daniele Basile */ - #ifndef HW_SER_H #define HW_SER_H -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #endif /* HW_SER_H */ diff --git a/bertos/hw/hw_tc520.h b/bertos/hw/hw_tc520.h index 6e1dc3c1..3ff492d5 100644 --- a/bertos/hw/hw_tc520.h +++ b/bertos/hw/hw_tc520.h @@ -42,7 +42,7 @@ #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implentation, you must implement it! #define CE_PIN 0 #define DV_PIN 0