From 5e05a951f231c75d643f1b201e105ee6a3ef111e Mon Sep 17 00:00:00 2001 From: Vinicius Guimaraes Date: Wed, 11 Jan 2017 15:56:20 -0200 Subject: [PATCH] Fixing Avr-Zigbit Makefile not compiling Fixed two errors in Zigbit's makefile: -Compiling "frame.c" here is not necessary (already done in radio's makefile) and brings up an error. Removing it. -Fixed undefined reference to "link_stats_input_callback" in "../../core/net/ipv6/sicslowpan.c:1521". Module "core/net" was missing. Compiling working now.