Skip to content
Snippets Groups Projects
Commit cfae4721 authored by Edward Longman's avatar Edward Longman
Browse files

With slower SCLK take away incorrect initialisation position

parent 2ea73997
Branches
Tags
No related merge requests found
......@@ -42,7 +42,6 @@ void main (void)
{
int idle_counter = 0;
int main_time_counter = 0;
/* Stop WDT */
WDTCTL = WDTPW + WDTHOLD;
......@@ -91,6 +90,6 @@ HAL_ISR_FUNC_DECLARATION(wdt_isr,WDT)
{
main_time_counter++;
/* global "0.5 second" counter used for printing time stamped packet sniffer data */
P1OUT ^= BIT0;
P1OUT ^= BIT1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment