Package PWSON-N8 was flipped
authorKeith Packard <keithp@keithp.com>
Sun, 16 Feb 2014 19:01:15 +0000 (11:01 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Feb 2014 19:01:36 +0000 (11:01 -0800)
oops. pins on the wrong sides.

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/s-pwson-n8.5c

index 14b8fbb1d94bf07dd6db130ee34fe10f291d9f5d..1455220938ff73d15d75f8a7b59d777a73016108 100644 (file)
@@ -61,7 +61,7 @@ for (int pad = 0; pad < num_pad; pad++) {
        /* bottom side (1-4) */
 
        pad_mm_clear_mask_options(pad_off(pad),
-                                 -pad_y_off,
+                                 pad_y_off,
                                  pad_width,
                                  pad_height,
                                  clearance * 2, pad_width + mask,
@@ -71,7 +71,7 @@ for (int pad = 0; pad < num_pad; pad++) {
        /* top side (8-5) */
 
        pad_mm_clear_mask_options(pad_off(pad),
-                                 pad_y_off,
+                                 -pad_y_off,
                                  pad_width,
                                  pad_height,
                                  clearance * 2, pad_width + mask,