5 lines
86 B
VHDL
5 lines
86 B
VHDL
|
architecture studentVersion of ex_24_1_3 is
|
||
|
begin
|
||
|
pwmEn <= '0';
|
||
|
end studentVersion;
|