From: Sneha Madle Date: Thu, 2 Aug 2018 13:37:23 +0000 (+0530) Subject: decided to use new spec X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=72b1a02130f4eddde44c0382274675f706a652c8 decided to use new spec --- diff --git a/src/spec/microtest.py b/src/spec/microtest.py index cfe71cb..2a8e663 100644 --- a/src/spec/microtest.py +++ b/src/spec/microtest.py @@ -48,9 +48,9 @@ def pinspec(): } ps = PinSpec(pinbanks, fixedpins, function_names, - { "muxconfig" : + { "gpioa" : { - "A" : "011000" + "muxconfig" : "011000" } } )