From cc9a96c88b1bc1c3483bd40f7cbd7880827054fd Mon Sep 17 00:00:00 2001 From: Johann Fischer Date: Wed, 11 Sep 2019 21:36:45 +0200 Subject: [PATCH] sample: cfb: fix test sample.display.cfb.ssd1306 Fix extra_args for test sample.display.cfb.ssd1306. Signed-off-by: Johann Fischer --- samples/display/cfb/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/display/cfb/sample.yaml b/samples/display/cfb/sample.yaml index db9adc7c1d1..c78e39752b8 100644 --- a/samples/display/cfb/sample.yaml +++ b/samples/display/cfb/sample.yaml @@ -7,7 +7,7 @@ sample: tests: sample.display.cfb.ssd1306: platform_whitelist: frdm_k64f - extra_args: DSHIELD=ssd1306_128x64 + extra_args: SHIELD=ssd1306_128x64 tags: shield sample.display.cfb.ssd16xx: platform_whitelist: reel_board