613f1cde4a
Move the CANopenNode sample into the samples/modules directory. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
/*
|
|
* Copyright (c) 2019 Vestas Wind Systems A/S
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
green-led = &green_led;
|
|
red-led = &red_led;
|
|
};
|
|
};
|