blob: 39c8cd5e63ed3cc67bc4a2a119d0b9017185070f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// license:CC0-1.0
// copyright-holders:Couriersud
#include "devices/net_lib.h"
NETLIST_START(RTEST)
{
RES(R1, RES_K(10))
ALIAS(1, R1.1)
ALIAS(2, R1.2)
}
|