Ignore:
Timestamp:
06/05/11 17:40:00 (13 years ago)
Author:
neise
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FSC/src/FSC_test.c

    r10677 r10910  
    5555// ATMEGA ADC global variables
    5656        U08 adc_values[VOLTAGE_CHANNELS]; // stores measured voltage in steps of 16mV
    57         U08 adc_enables[VOLTAGE_CHANNELS/8];
    58         U08 adc_channels_ready[VOLTAGE_CHANNELS/8];
     57        U08 adc_enables[VOLTAGE_REGS];
     58        U08 adc_channels_ready[VOLTAGE_REGS];
    5959        U08 adc_readings_since_last_muxing = 0;
    6060        U08 adc_current_channel = 0;
Note: See TracChangeset for help on using the changeset viewer.