updated makefile for gateway example.

Fixed compiler warnings in gateway main.c file.
This commit is contained in:
skarg
2013-10-02 22:25:20 +00:00
parent 0bdfeb2ecf
commit 827cd8aa66
2 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ int DNET_list[2] = {
* @param first_object_instance Set the first (gateway) Device to this
instance number, and subsequent devices to incremented values.
*/
void Devices_Init(
static void Devices_Init(
uint32_t first_object_instance)
{
int i;
@@ -176,7 +176,7 @@ static void Init_Service_Handlers(
* device.) This is sure to be unique! The port number stays the same.
* - For MS/TP, [Steve inserts a good idea here]
*/
void Initialize_Device_Addresses(
static void Initialize_Device_Addresses(
)
{
int i = 0; /* First entry is Gateway Device */