Project

General

Profile

Revision ab2834f1

IDab2834f1ac1826c5e549ca662d663e42c3949bf8
Parent e5548bbd
Child ae250f1a

Added by Thomas Mullins over 11 years ago

Added ATtiny1634 write to UCSRC in portserial.c

View differences:

freemodbus/port/portserial.c
114 114
    UCSRC = _BV( URSEL ) | ucUCSRC;
115 115
#elif defined (__AVR_ATmega128__)
116 116
    UCSRC |= ucUCSRC;
117
#elif defined (__AVR_ATtiny1634__)
118
    UCSRC |= ucUCSRC;
117 119
#endif
118 120

  
119 121
    vMBPortSerialEnable( FALSE, FALSE );

Also available in: Unified diff