Current section

Files

Jump to
nerves lib nerves package platforms crosstool_ng.ex
Raw

lib/nerves/package/platforms/crosstool_ng.ex

defmodule Nerves.Package.Platforms.CrosstoolNG do
@behaviour Nerves.Package.Platform
def bootstrap() do
:ok
end
end