Move AVR Wire library utility folder under source

This commit is contained in:
Sandeep Mistry 2016-03-04 17:11:56 -05:00
parent eafbe71a9a
commit 10ef7ef7e1
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "twi.h"
#include "utility/twi.h"
}
#include "Wire.h"