Skip to content
Snippets Groups Projects
Commit 2e209614 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

set default for F_I2C

parent ea0c6d43
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
#include "arch.h"
#include <msp430.h>
#ifndef F_I2C
#define F_I2C 100000
#endif
volatile unsigned short old_ifg = 0;
signed char I2C::setup()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment