mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
cpu/mc1322x: rename adc header to mc1322x-adc
This commit is contained in:
parent
d42d226d66
commit
324a57a914
@ -7,7 +7,7 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#include "adc.h"
|
||||
#include "mc1322x-adc.h"
|
||||
#include "gpio.h"
|
||||
|
||||
#define ADC_CLOCK_DIVIDER_300kHz 0x50
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* adc.h - Structure definition for registers of the
|
||||
* mc1322x-adc.h - Structure definition for registers of the
|
||||
* Analog to Digital Converter module of the mc1322x MCU
|
||||
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*
|
||||
@ -9,8 +9,8 @@
|
||||
* This file is part of RIOT.
|
||||
*/
|
||||
|
||||
#ifndef ADC_H
|
||||
#define ADC_H
|
||||
#ifndef MC1322X_ADC_H
|
||||
#define MC1322X_ADC_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "adc_legacy.h"
|
||||
@ -128,4 +128,4 @@ void adc_setup_channel(uint8_t channel);
|
||||
void adc_flush(void);
|
||||
void adc_service(uint16_t *channels_read);
|
||||
|
||||
#endif /* ADC_H */
|
||||
#endif /* MC1322X_ADC_H */
|
||||
Loading…
x
Reference in New Issue
Block a user