Skip to content

Commit

Permalink
export macro_DAC_LINE
Browse files Browse the repository at this point in the history
This item was missed because it doesn't follow the XXX_DEV pattern used
by other peripherals.

See-Also: #17
Contributes-To: RIOT-OS/rust-riot-wrappers#36
  • Loading branch information
chrysn committed Feb 24, 2023
1 parent 0c26697 commit 965b3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ fn main() {
("ADC_DEV", "adc_t", Some("unsigned num"), false),
("TIMER_DEV", "timer_t", Some("unsigned num"), false),
("QDEC_DEV", "qdec_t", Some("unsigned num"), false),
("DAC_LINE", "dac_t", Some("unsigned num"), false),
];
let mut macro_functions: Vec<_> = macro_functions
.iter()
Expand Down

0 comments on commit 965b3bf

Please sign in to comment.