summaryrefslogtreecommitdiff
path: root/src/c/hardware/avr/includes/AVRPeripheralADC.h
diff options
context:
space:
mode:
authorsiddhu89902017-04-19 14:28:34 +0530
committersiddhu89902017-04-19 14:28:34 +0530
commit9e506f48291533cba7b4c555b0d2e98f234bfbe3 (patch)
tree6ffe38eefea51cdb767493850b2ada0c098fe416 /src/c/hardware/avr/includes/AVRPeripheralADC.h
parent453598b49cb3d4a62b1797dbc90f0e3dd4521329 (diff)
downloadscilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.tar.gz
scilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.tar.bz2
scilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.zip
Merged Ashish's work
Diffstat (limited to 'src/c/hardware/avr/includes/AVRPeripheralADC.h')
-rw-r--r--src/c/hardware/avr/includes/AVRPeripheralADC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/hardware/avr/includes/AVRPeripheralADC.h b/src/c/hardware/avr/includes/AVRPeripheralADC.h
index 736c3406..2a27e37d 100644
--- a/src/c/hardware/avr/includes/AVRPeripheralADC.h
+++ b/src/c/hardware/avr/includes/AVRPeripheralADC.h
@@ -15,9 +15,9 @@ extern "C" {
#endif
//Function prototypes
-void u8AVRADCSetups(uint8 prescalar, uint8 adc_ref);
+uint8 u8AVRADCSetups(uint8 prescaler, uint8 adc_ref);
-uint16 u8AVRReadADCs(uint8 channel);
+uint8 u8AVRReadADCs(uint8 channel);
#ifdef __cplusplus