Skip to content

Commit 074f179

Browse files
committed
Update to HEAD of libopencm3 library
Also change git upstream URL.
1 parent cfea2e6 commit 074f179

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/onnokort/cc3000-simple.git
44
[submodule "libopencm3"]
55
path = libopencm3
6-
url = https://github.com/onnokort/libopencm3.git
6+
url = http://github.com/libopencm3/libopencm3

echoserver.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
*
3939
*****************************************************************************/
40+
#include <stdint.h>
4041
#include <string.h>
42+
#include <libopencm3/cm3/common.h>
4143
#include <libopencm3/stm32/f0/gpio.h>
4244
#include <cc3000/wlan.h>
4345
#include <cc3000/evnt_handler.h>

libopencm3

Submodule libopencm3 updated 564 files

lowlevel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <stdint.h>
2+
#include <libopencm3/cm3/common.h>
13
#include <libopencm3/stm32/f0/rcc.h>
24
#include <libopencm3/stm32/f0/gpio.h>
35
#include <libopencm3/stm32/f0/exti.h>

0 commit comments

Comments
 (0)