1b147e2edc
Add processing object table as section iterable for zephyr
- zephyr/subset/object/device.c
- zephyr/subset/object/objects.ld
Add object descriptor array as dynamic list
- zephyr/subset/object/object.h
- zephyr/subset/object/*.c
13 lines
249 B
C
13 lines
249 B
C
/*
|
|
* Copyright (c) 2022 Legrand North America, LLC.
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/* Multi-state Input Objects */
|
|
|
|
#include "object.h"
|
|
#include "bacnet/basic/object/ms-input.h"
|
|
|
|
OBJECT_FUNCTIONS(Multistate_Input, MULTISTATE_INPUT_DESCR);
|