code beautifying

This commit is contained in:
Wolfgang Hottgenroth 2020-08-27 22:10:00 +02:00
parent 67131408cd
commit 73e6bfa528
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

3
main.c
View File

@ -77,8 +77,7 @@ void writeSpi(uint32_t m) {
// ISR to read and process result from adc // ISR to read and process result from adc
__attribute__((interrupt(ADC10_VECTOR))) __attribute__((interrupt(ADC10_VECTOR)))
void adcIsr(void) void adcIsr(void) {
{
static uint16_t holdValue = 0; static uint16_t holdValue = 0;
static bool holdFlag = false; static bool holdFlag = false;