Mercurial > nand-ecoscentric
changeset 2844:defb62be5b44
* cdl/adc_synth.cdl:
* cdl/adc_synth.c:
Fixed some typos.
| author | nickg |
|---|---|
| date | Fri, 06 Mar 2009 13:49:31 +0000 |
| parents | 6a5b18d2c1be |
| children | 4597dc41d041 |
| files | packages/devs/adc/synth/current/ChangeLog packages/devs/adc/synth/current/cdl/adc_synth.cdl packages/devs/adc/synth/current/src/adc_synth.c |
| diffstat | 3 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/adc/synth/current/ChangeLog +++ b/packages/devs/adc/synth/current/ChangeLog @@ -1,8 +1,14 @@ +2009-03-05 Simon Kallweit <simon.kallweit@intefo.ch> + + * cdl/adc_synth.cdl: + * cdl/adc_synth.c: + Fixed some typos. + 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch> - * Synthethic ADC driver package created * cdl/adc_synth.cdl * src/adc_synth.c + Synthetic ADC driver package created. //=========================================================================== // ####GPLCOPYRIGHTBEGIN####
--- a/packages/devs/adc/synth/current/cdl/adc_synth.cdl +++ b/packages/devs/adc/synth/current/cdl/adc_synth.cdl @@ -2,7 +2,7 @@ # # adc_synth.cdl # -# eCos Synthethic ADC configuration data +# eCos Synthetic ADC configuration data # # ==================================================================== ## ####ECOSGPLCOPYRIGHTBEGIN####
--- a/packages/devs/adc/synth/current/src/adc_synth.c +++ b/packages/devs/adc/synth/current/src/adc_synth.c @@ -2,7 +2,7 @@ // // adc_synth.c // -// ADC driver for Synthethic ADC +// ADC driver for Synthetic ADC // //========================================================================== // ####ECOSGPLCOPYRIGHTBEGIN#### @@ -96,7 +96,7 @@ typedef struct synth_adc_channel_info { } synth_adc_channel_info; //----------------------------------------------------------------------------- -// Synthethic ADC device +// Synthetic ADC device typedef struct synth_adc_info { synth_adc_channel_info *chan_info; // Channel infos @@ -134,7 +134,7 @@ CYG_ADC_FUNCTIONS(synth_adc_funs, synth_adc_set_rate); //----------------------------------------------------------------------------- -// Synthethic ADC channel info macro +// Synthetic ADC channel info macro #define SYNTH_ADC_CHANNEL_INFO(_chan_) \ { \ @@ -144,7 +144,7 @@ CYG_ADC_FUNCTIONS(synth_adc_funs, } //----------------------------------------------------------------------------- -// Synthethic ADC channel instance macro +// Synthetic ADC channel instance macro #define SYNTH_ADC_CHANNEL(_chan_) \ CYG_ADC_CHANNEL( \ @@ -164,7 +164,7 @@ DEVTAB_ENTRY( ); //----------------------------------------------------------------------------- -// Synthethic ADC device instance +// Synthetic ADC device instance static synth_adc_channel_info synth_adc_channel_infos[NUM_CHANNELS] = { SYNTH_ADC_CHANNEL_INFO(0),
