Fix compile error.

pull/448/head
connor rigby 2018-02-15 08:29:52 -08:00
parent b08d11dee1
commit ed089ddddc
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ defmodule Farmbot.Firmware do
use GenStage
use Farmbot.Logger
alias Farmbot.Firmware.{Vec3, EstopTimer}
import Farmbot.System.ConfigStorage, only: [get_config_value: 3, update_config_value: 4]
import Farmbot.System.ConfigStorage,
only: [get_config_value: 3, update_config_value: 4, get_config_as_map: 0]
# If any command takes longer than this, exit.
@call_timeout 500_000